*, *::before, *::after {
box-sizing: border-box;
}

* {
margin: 0;
}

img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}

input, button, textarea, select {
font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}

body {
background: #0a1433;
color: #f5f6fa;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
min-height: 100vh;
}

.minamesjeff {
width: 90%;
max-width: 750px;
margin: 48px auto 0 auto;
padding: 32px;
background: #11184a;
border-radius: 20px;
box-shadow: 0 6px 32px 0 rgba(0,0,0,0.24);
}

h1, h2 {
color: #f33245;
}


.GETMEOUTOFHERE a {
padding: 10px 20px;
background-color: blue;
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
transition: 0.3s ease;
text-align: center;
}

.GETMEOUTOFHERE a:hover {
background-color: hotpink;
color: #fff;
transform: scale(1.1);
}

.GETMEOUTOFHERE {
display: flex;
justify-content: space-around;
align-items: center;
position: fixed;
width: 100%;
background: rgba(1, 1, 123, 0.9);
box-shadow: 0 2px 6px rgba(1, 1, 123, 0.9);
top: 0;
left: 0;
height: 15%;
}

ul {
margin-bottom: 24px;
padding-left: 22px;
}

img {
margin: 32px 0;
border-radius: 12px;
box-shadow: 0 2px 12px 0 rgba(1, 1, 123, 0.9);
}

.imgtest img {
height: 100px;
margin-right: 10px;
padding-left: 50px;
width: auto;
filter: brightness(1) contrast(1.1);
}
